Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Health Check] Added default Endpoint HTTP Health Check #607

Merged
merged 3 commits into from
Sep 7, 2023

Conversation

MaxDac
Copy link
Contributor

@MaxDac MaxDac commented Sep 4, 2023

Summary

Provides an alternative implementation to the HealthChecksBuilderExtensions.AddHttpEndpointCheck extension method previously used to quickly define a HTTP Health Check specifying directly the endpoint relative URI.

The new implementation leverages in a similar way as the previous one the creation of a customized HealthCheckParameters subclass to dynamically inject in the Health Check class the required information to build the HttpRequestMessage instance to perform the HTTP call.

For documentation, please refer to the updated markdown file.

@MaxDac MaxDac requested a review from a team as a code owner September 4, 2023 14:59
@MaxDac MaxDac marked this pull request as draft September 4, 2023 14:59
@MaxDac MaxDac marked this pull request as ready for review September 4, 2023 16:30
@MaxDac MaxDac requested a review from K-Cully September 7, 2023 08:50
@MaxDac MaxDac merged commit 0005150 into main Sep 7, 2023
5 checks passed
@MaxDac MaxDac deleted the maxdac/feature/add-endpoint-health-check-extensions branch September 7, 2023 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants